gnomeos-run.sh: Bump to 6 gigabytes
authorColin Walters <walters@verbum.org>
Mon, 16 Jan 2012 18:50:32 +0000 (13:50 -0500)
committerColin Walters <walters@verbum.org>
Mon, 16 Jan 2012 18:50:32 +0000 (13:50 -0500)
We're starting to get a large image...later we may want to change
this to only clone the last two builds, but for now this is OK.

gnomeos/yocto/gnomeos-run.sh

index 2ff42515b43499e3dd7da6df59755f746390134d..b584cbb97a81b3b0748c48c20c7962706c720adc 100755 (executable)
@@ -47,7 +47,7 @@ BRANCH_PREFIX="gnomeos-3.4-${ARCH}-"
 OBJ=gnomeos-fs.img
 if (! test -f ${OBJ}); then
     rm -f ${OBJ}.tmp
-    qemu-img create ${OBJ}.tmp 2G
+    qemu-img create ${OBJ}.tmp 6G
     mkfs.ext3 -q -F ${OBJ}.tmp
     mv ${OBJ}.tmp ${OBJ}
 fi